+Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
+
+ Fix #149191, reported by Morten Welinder:
+
+ * gtk/gtkmain.c: Include gtkclipboard.h,
+ * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
+ _gtk_widget_emit_grab_notify.
+
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
+Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
+
+ Fix #149191, reported by Morten Welinder:
+
+ * gtk/gtkmain.c: Include gtkclipboard.h,
+ * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
+ _gtk_widget_emit_grab_notify.
+
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
+Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
+
+ Fix #149191, reported by Morten Welinder:
+
+ * gtk/gtkmain.c: Include gtkclipboard.h,
+ * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
+ _gtk_widget_emit_grab_notify.
+
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
+Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
+
+ Fix #149191, reported by Morten Welinder:
+
+ * gtk/gtkmain.c: Include gtkclipboard.h,
+ * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
+ _gtk_widget_emit_grab_notify.
+
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkicontheme.c (add_size): Add missing parens.
#include "gtkaccelmap.h"
#include "gtkbox.h"
+#include "gtkclipboard.h"
#include "gtkdnd.h"
#include "gtkversion.h"
#include "gtkmain.h"
# define gtk_widget_unref gtk_object_unref
#endif /* GTK_TRACE_OBJECTS && __GNUC__ */
-void _gtk_widget_emit_grab_notify (GtkWidget *widget,
- gboolean was_grabbed);
+void _gtk_widget_grab_notify (GtkWidget *widget,
+ gboolean was_grabbed);
GtkWidgetAuxInfo *_gtk_widget_get_aux_info (GtkWidget *widget,
gboolean create);